home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / d3_graph.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1.1 KB  |  43 lines

  1. /*****************************************************************************
  2.   FILE           : d3_graph.h
  3.   SHORTNAME      : graph.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : header for graph.c
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Ralf Huebner
  10.   DATE           : 1.12.1991
  11.  
  12.   CHANGED BY     : Sven Doering
  13.   IDENTIFICATION : @(#)d3_graph.h    1.10 3/2/94
  14.   SCCS VERSION   : 1.10
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _D3_GRAPH_DEFINED_
  21. #define  _D3_GRAPH_DEFINED_
  22.  
  23. extern void d3_drawPoly (register d3_polygon_type *p);
  24. extern void d3_drawLine (int x1, int y1, int x2, int y2);
  25.  
  26. extern void d3_setClipWindow (int x0, int y0, int x1, int y1);
  27.  
  28. extern int d3_intens_to_grayval (float intens);
  29. extern int d3_value_to_color (float value);
  30.  
  31.  
  32. extern void d3_setColor (long unsigned int color);
  33. extern void d3_setBlackColor (void);
  34. extern void d3_setLinkColor (float *weight);
  35.  
  36. extern void d3_clearDisplay (void);
  37. extern void d3_getRootSizes (unsigned int *xsize, unsigned int *ysize);
  38.  
  39.  
  40. #endif
  41. /* end of file */
  42. /* lines: */
  43.